@charset "UTF-8";
/*公共*/
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "微软雅黑";
  font-size: 16px; }

#showdata {
  display: none; }

body {
  scrollbar-arrow-color: #fff;
  /*上下按钮上三角箭头的颜色*/
  scrollbar-face-color: #000;
  /*滚动条凸出部分的颜色*/
  scrollbar-highlight-color: #000;
  /*滚动条空白部分的颜色*/
  scrollbar-shadow-color: #000;
  /*滚动条阴影的颜色*/
  scrollbar-track-color: #0e4295;
  /*滚动条背景颜色*/
  scrollbar-base-color: black;
  /*滚动条的基本颜色*/
  Cursor: url(mouse.cur);
  /*自定义个性鼠标*/
  /*以上2项适用与：body、div、textarea、iframe*/ }

::-webkit-scrollbar {
  /* 滚动条整体部分 */
  width: 10px; }

::-webkit-scrollbar-button {
  /* 滚动条两端的按钮 */
  width: 10px;
  display: none;
  background-color: #fff; }

::-webkit-scrollbar:horizontal {
  height: 0px; }

::-webkit-scrollbar-track {
  /* 外层轨道 */
  border-radius: 10px; }

::-webkit-scrollbar-track-piece {
  /*内层轨道，滚动条中间部分 */
  background-color: #000;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  /* 滑块 */
  width: 0px;
  border-radius: 5px;
  background: #0e4295; }

::-webkit-scrollbar-corner {
  /* 边角 */
  width: 10px;
  background-color: red; }

::-webkit-scrollbar-thumb:hover {
  /* 鼠标移入滑块 */
  background: red; }

@media screen and (max-width: 900px) {
  body {
    font-size: 14px; } }

::selection {
  background: #042d97;
  color: #fff; }

::-moz-selection {
  background: #042d97;
  color: #fff; }

::-webkit-selection {
  background: #042d97;
  color: #fff; }

body {
  overflow-x: hidden; }

img {
  border: 0; }

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both; }

.clearfix {
  zoom: 1; }

em, i {
  font-style: normal; }

a {
  font-size: 16px;
  transition: all .3s; }

a:hover {
  text-decoration: none;
  color: #0d990a; }

.w1300 {
  max-width: 1300px;
  margin: 0 auto; }

.w1200 {
  max-width: 1200px;
  margin: 0 auto; }

.fl {
  float: left; }

.fr {
  float: right; }

.h30 {
  height: 30px; }

.h60 {
  height: 60px; }

.f14 {
  font-size: 14px; }

.f18 {
  font-size: 18px; }

.db {
  display: block; }

.dib {
  display: inline-block; }

/*公共*/
header .logo .top_wz {
  background: #333333;
  color: #fff;
  height: 46px;
  line-height: 46px; }
  header .logo .top_wz span {
    display: block;
    color: #fff; }
header .logo .top_wz1 {
  width: 395px;
  font-size: 18px;
  margin: 40px 0 0 0; }
  header .logo .top_wz1 b {
    color: #008aff; }
header .logo .logoImg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 233px;
  margin: auto; }
header .top_tel {
  margin-top: 35px;
  padding-left: 50px;
  background: url(tel1.jpg) left no-repeat; }
  header .top_tel b {
    display: block;
    font-size: 32px;
    color: #ff0000;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic; }

.qh_nav {
  margin-top: 26px;
  height: 71px;
  border-top: 1px solid #ccc; }
  .qh_nav li {
    float: left;
    line-height: 71px;
    height: 71px; }
    .qh_nav li a {
      color: #000;
      display: block;
      width: 130px;
      text-align: center;
      height: 71px;
      box-sizing: border-box;
      position: relative; }
      .qh_nav li a::before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 2px;
        background: #008aff;
        content: "";
        transition: all .3s; }
      .qh_nav li a:hover::before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #008aff;
        content: ""; }
    .qh_nav li .act::before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #008aff;
      content: ""; }

/*左右滚动*/
.syal {
  overflow: hidden;
  width: 100%;
  margin: 0px auto;
  height: 722px;
  background: url(al.jpg) bottom center no-repeat; }

#focus_Box {
  position: relative;
  width: 1180px;
  height: 440px;
  margin: 0px auto 0 auto;
  padding-top: 100px; }
  #focus_Box ul {
    position: relative;
    height: 440px; }
  #focus_Box li {
    z-index: 0;
    position: absolute;
    width: 0px;
    height: 0px;
    top: 146px;
    cursor: pointer;
    left: 377px;
    overflow: hidden;
    border-radius: 20px; }
    #focus_Box li img {
      width: 98%;
      height: 100%;
      vertical-align: top;
      transition: .5s;
      border-radius: 10px; }
    #focus_Box li:hover img {
      transform: scale(1.05, 1.05); }
    #focus_Box li:hover p {
      background: #ffa200;
      color: #fff;
      font-size: 20px; }
    #focus_Box li p {
      position: absolute;
      left: 0;
      bottom: 0px;
      width: 100%;
      height: 40px;
      line-height: 40px;
      color: #fff;
      background: #008bfb;
      text-align: center;
      font-size: 18px;
      transition: all .3s; }
  #focus_Box .prev {
    background: url(btnl.png) no-repeat;
    left: -90px;
    top: 290px; }
    #focus_Box .prev:hover {
      left: -110px;
      opacity: 1; }
  #focus_Box .next {
    background: url(btnr.png) no-repeat;
    right: -90px;
    top: 290px; }
    #focus_Box .next:hover {
      right: -110px;
      opacity: 1; }
  #focus_Box a.imgs-scroll-btn {
    display: block;
    position: absolute;
    z-index: 110;
    top: 7px;
    right: 15px;
    width: 51px;
    height: 23px;
    overflow: hidden;
    background: url(share-btn.png) no-repeat;
    text-indent: -999px; }

#focus_Box .prev, #focus_Box .next {
  display: block;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 51px;
  height: 101px;
  top: 131px;
  transition: 0.5s;
  opacity: 0.6; }

/*产品上下滚动*/
.sycp {
  margin-bottom: 80px;
  overflow: hidden; }

.tit {
  margin: 39px auto 0px auto;
  font-size: 38px;
  background: url(logo2.png) left no-repeat;
  padding-left: 130px;
  height: 108px;
  width: 760px;
  box-sizing: border-box; }
  .tit b {
    color: #191919;
    margin: 0px auto;
    display: block;
    position: relative;
    font-size: 46px;
    padding-top: 10px;
    font-weight: normal; }
    .tit b u {
      color: #008aff;
      font-weight: bold;
      text-decoration: none; }
    .tit b font {
      color: #0095ff;
      font-weight: bold; }
  .tit i {
    color: #e41019;
    font-size: 38px;
    font-weight: normal;
    padding-left: 10px; }
  .tit em {
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #6c6c6c; }

.sycp_fl ul {
  width: 100%;
  transition: .5s;
  text-align: center;
  margin: 0 auto; }
  .sycp_fl ul a {
    color: #000;
    margin: 0px 0.5% 10px 0;
    display: inline-block;
    border-radius: 50%; }
    .sycp_fl ul a span {
      color: #fff;
      text-align: center;
      display: block;
      transition: all .3s;
      font-size: 18px;
      background: #008aff;
      padding: 10px 20px;
      border-radius: 50px; }
    .sycp_fl ul a:hover {
      background: none;
      transform: translateY(-10px); }
      .sycp_fl ul a:hover span {
        color: #13a710; }

.anliroll {
  height: 800px;
  width: 96%;
  margin: 0 auto;
  overflow: hidden; }
  .anliroll li {
    float: left;
    width: 23.2558139535%;
    margin: 2% 0 0 1.4%; }
    .anliroll li a {
      display: block;
      overflow: hidden;
      padding: 10px;
      background: #e9e9e9; }
      .anliroll li a h4 {
        overflow: hidden; }
      .anliroll li a img {
        width: 100%;
        display: block;
        transition: all .5s; }
      .anliroll li a ol {
        line-height: 35px;
        color: #555;
        width: 100%;
        transition: all .3s;
        font-size: 20px;
        padding: 10px 10px;
        box-sizing: border-box; }
        .anliroll li a ol a {
          color: #555;
          font-size: 20px; }
        .anliroll li a ol b {
          display: block;
          background: url(sj.png) left no-repeat;
          background-size: 30px 30px;
          padding-left: 35px; }
      .anliroll li a span {
        display: inline-block;
        position: absolute;
        right: 10px;
        bottom: 6%;
        border-radius: 999px;
        padding: 10px 20px; }
      .anliroll li a:hover {
        color: #fff;
        background: #008aff; }
        .anliroll li a:hover img {
          transform: scaleX(1.2) scaleY(1.2); }
        .anliroll li a:hover ol {
          background: #008aff;
          color: #fff;
          padding-left: 25px; }
        .anliroll li a:hover span {
          background: #fff;
          color: #000; }

.sy_wz h2 {
  text-align: center;
  position: relative;
  font-size: 40px;
  color: #000;
  margin-bottom: 50px;
  z-index: 11; }
  .sy_wz h2 em {
    display: block;
    position: absolute;
    font-size: 120px;
    color: #f0f5ff;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 745px;
    z-index: -1; }
.sy_wz .sy_wz_con {
  background: #f1f1f1;
  padding: 30px 0;
  margin: 20px auto 0 auto; }
  .sy_wz .sy_wz_con ul {
    display: flex; }
    .sy_wz .sy_wz_con ul li {
      text-align: center;
      flex: 1; }
      .sy_wz .sy_wz_con ul li span {
        color: #e41019;
        font-size: 60px;
        font-family: Impact,Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .sy_wz .sy_wz_con ul li em {
        color: #000;
        font-size: 16px; }
      .sy_wz .sy_wz_con ul li i {
        display: block;
        color: #888888;
        font-size: 16px; }

.synews {
  overflow: hidden;
  padding-bottom: 50px; }

.news {
  margin-top: 30px; }

.news .newsbt {
  text-align: center; }

.news .warp {
  width: 1075px;
  margin: 0 auto; }

.picFocus {
  width: 1300px;
  margin: 0 auto; }

.picFocus .fl {
  width: 49%; }

.news_0606 div.fl {
  position: relative;
  overflow: hidden; }
  .news_0606 div.fl ._hd {
    position: absolute;
    bottom: 20px;
    z-index: 9;
    width: 100%;
    height: 14px;
    text-align: center; }
    .news_0606 div.fl ._hd ul {
      display: inline-block; }
      .news_0606 div.fl ._hd ul li {
        float: left;
        width: 14px;
        height: 14px;
        overflow: hidden;
        margin: 0 5px;
        border-radius: 50%;
        background: #fff;
        font-size: 0; }
        .news_0606 div.fl ._hd ul li.on {
          background: #e1112a; }
  .news_0606 div.fl .bd a {
    display: block; }
    .news_0606 div.fl .bd a img {
      width: 100%; text-align: center; margin: 0 auto;display: block;    height: 473px;
      object-fit: contain;}
.news_0606 div.fr {
  width: 48%;
  overflow: hidden; }
  .news_0606 div.fr ul {
    width: 100%;
    height: 372px; }
    .news_0606 div.fr ul li {
      height: 138px;
      transition: .5s;
      margin-bottom: 31px;
      background: #eee; }
      .news_0606 div.fr ul li:first-child {
        border-top: none; }
      .news_0606 div.fr ul li a {
        display: block;
        height: 100%; }
      .news_0606 div.fr ul li .a1 {
        float: left;
        width: 28%;
        height: 100%;
        text-align: center;
        -webkit-transition: all .5s;
        transition: all .5s;
        background: #fff;
        overflow: hidden; }
        .news_0606 div.fr ul li .a1 img {
          height: 100%;
          margin: 0 -100%; }
      .news_0606 div.fr ul li .a2 {
        float: right;
        width: 72%;
        padding: 10px 15px;
        box-sizing: border-box; }
        .news_0606 div.fr ul li .a2 h5 {
          font-size: 17.5px;
          color: #242424;
          line-height: 30px;
          -webkit-transition: all .5s;
          transition: all .5s; }
        .news_0606 div.fr ul li .a2 p {
          font-size: 12.5px;
          color: #a5a5a5;
          line-height: 20px;
          -webkit-transition: all .5s;
          transition: all .5s; }
      .news_0606 div.fr ul li.on {
        background: #e41019; }
        .news_0606 div.fr ul li.on .a1 {
          color: #fff; }
        .news_0606 div.fr ul li.on .a2 h5 {
          color: #fff; }
        .news_0606 div.fr ul li.on .a2 p {
          color: #fff; }

#footer {
  background: #3a3a3a;
  width: 100%; }
  #footer h3 {
    font-size: 40px;
    font-weight: bold;
    color: #e41019;
    position: relative;
    margin-bottom: 10px; }
    #footer h3 b {
      display: block;
      font-size: 20px;
      color: #fff; }
  #footer .f1 {
    width: 452px;
    margin-top: 30px; }
    #footer .f1 a {
      display: block;
      width: 42%;
      color: #fff;
      float: left;
      margin-bottom: 10px;
      border: 1px solid #ccc;
      margin-right: 3%;
      padding: 6px 0;
      text-align: center; }
  #footer .f2 {
    width: 314px;
    margin-left: 120px;
    margin-top: 40px;
    color: #fff;
    line-height: 200%; }
    #footer .f2 p {
      color: #fff;
      line-height: 200%; }
  #footer .f3 {
    width: 320px;
    margin-left: 80px; }
    #footer .f3 img {
      display: block; }
  #footer .f5 {
    text-align: center;
    padding: 20px 0;
    background: #282828; }
    #footer .f5 p {
      text-align: center;
      color: #fff; }
      #footer .f5 p img {
        vertical-align: middle;
        margin-left: 10px; }

/*地图*/
#dituContent {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #f3f1ec;
  color: black;
  text-align: left;
  height: 400px; }

.zs_fl {
  text-align: center; }
  .zs_fl li {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 30px;
    background: #f00018;
    color: #fff;
    margin: 0 5px 5px 0;
    transition: all .3s; }
    .zs_fl li a {
      display: block;
      color: #fff; }
    .zs_fl li:hover {
      background: linear-gradient(#60b62b, #1574cd); }

#home-posi {
  width: 100%;
  background: url(posibg.jpg);
  overflow: hidden;
  padding-bottom: 10px; }

.home-posi {
  width: 1300px;
  height: 220px;
  margin: 0px auto;
  overflow: hidden;
  position: relative; }

.lei {
  width: 1400px;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 20px;
  overflow: hidden; }
  .lei dl {
    width: 200px;
    height: 350px;
    float: left; }
    .lei dl a dt {
      width: 200px;
      margin-bottom: 10px; }
      .lei dl a dt img {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        margin: 0 auto;
        display: block;
        border: 5px solid #fff; }
    .lei dl a dd {
      -webkit-transition-duration: .5s;
      -moz-transition-duration: .5s;
      -ms-transition-duration: .5s;
      -o-transition-duration: .5s;
      transition-duration: .5s;
      font-size: 18px;
      color: #000;
      text-align: center;
      height: 50px;
      display: block; }

/*内页banner*/
.nb {
  background: url(nb.jpg) top center no-repeat;
  background-size: cover;
  height: 560px; }
  .nb ul {
    width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding-top: 200px; }
    .nb ul a {
      width: 10%;
      display: inline-block;
      margin-left: 1%;
      margin-bottom: 15px; }
      .nb ul a img {
        width: 100%;
        border-radius: 50%;
        height: 166px;
        border: 4px solid #fff; }
      .nb ul a span {
        color: #fff;
        background: #ffa200;
        padding: 10px 13px;
        display: block;
        text-align: center;
        border-radius: 20px; }
      .nb ul a:hover span {
        background: #60b62b; }

.nb1 {
  background: url(g.jpg) bottom center no-repeat; }

.sppic {
  display: none; }

.sppic1 img {
  display: none; }

.mapBox {
  height: 600px; }

.newsc .listc ul, .newsc .listc li {
  width: 100%; }

.newsc .listc li {
  transition: .3s; }
  .newsc .listc li.grayc {
    background-color: #f8f8f8; }
  .newsc .listc li a {
    padding: 50px 0;
    display: block; }
  .newsc .listc li:nth-of-type(even) {
    background: #f7f7f7; }
  .newsc .listc li:hover {
    background-color: #0e4295; }
    .newsc .listc li:hover .numc img {
      border: 1px solid #fa1e2f; }
    .newsc .listc li:hover .centerc {
      left: -16px; }
.newsc .listc .centerc {
  width: 980px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  left: 0; }
.newsc .listc .numc {
  display: block;
  width: 104px;
  border-right: 1px solid #ddd;
  line-height: 60px;
  font-size: 72px;
  color: #d2d2d2; }
  .newsc .listc .numc img {
    width: 104px; }
.newsc .listc .fontc {
  display: block;
  width: 83.7%;
  font-size: 18px;
  line-height: 30px; }
  .newsc .listc .fontc .introc {
    font-size: 14px;
    color: #bbb; }
  .newsc .listc .fontc p {
    font-size: 18px; }

.newsc .listc li:hover .numc, .newsc .listc li:hover .fontc p, .newsc .listc li:hover .fontc .introc {
  color: #fff; }

.f-cbc:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: "."; }

.neaxtpg a {
  float: left;
  display: inline-block;
  width: 42%;
  text-align: center;
  padding: 10px 2%;
  border: 1px solid #ccc;
  margin: 0 1%; }

.neaxtpg a:hover {
  background: #0e4295;
  color: #fff; }

.neaxtpg {
  margin-bottom: 50px; }

.n_main {
  overflow: hidden;
  margin-top: 0px; }

.nmain_l {
  width: 21%; }
  .nmain_l h1 {
    height: 95px;
    background: #0048a6 url(nlanbg.jpg) no-repeat right top;
    color: #fff;
    padding-left: 25px;
    font-size: 36px;
    font-weight: normal;
    padding-top: 45px;
    line-height: 30px;
    font-weight: bold;
    text-align: center; }
    .nmain_l h1 em {
      display: block;
      font-size: 18px;
      color: rgba(255, 255, 255, 0.733);
      font-weight: normal;
      text-align: center; }
  .nmain_l .nmenu {
    border: 1px solid #eee; }
    .nmain_l .nmenu li {
      line-height: 48px;
      font-size: 15px;
      border-bottom: 1px solid #eaeaea; }
      .nmain_l .nmenu li .act {
        background: #ff0000;
        color: #fff;
        padding-left: 25px; }
      .nmain_l .nmenu li a {
        display: block;
        padding-left: 20px;
        position: relative;
        color: #6f6f6f; }
        .nmain_l .nmenu li a:hover {
          background: #f3f3f3;
          padding-left: 25px; }
      .nmain_l .nmenu li .iconfont {
        position: absolute;
        right: 10px;
        font-size: 16px; }
      .nmain_l .nmenu li ._act {
        background: #0048a6;
        color: #fff; }
        .nmain_l .nmenu li ._act .ion {
          color: #fff; }
        .nmain_l .nmenu li ._act:hover {
          background: #0048a6;
          color: #fff; }
          .nmain_l .nmenu li ._act:hover .ion {
            color: #fff; }
  .nmain_l .l_lx {
    background: rgba(0, 0, 0, 0.548); }
    .nmain_l .l_lx dt {
      height: 50px;
      line-height: 70px;
      font-size: 26px;
      color: #fff;
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      margin: 0 20px; }
    .nmain_l .l_lx dd {
      padding: 20px 20px 20px 20px;
      box-sizing: border-box;
      color: #fff; }
      .nmain_l .l_lx dd p {
        color: #fff;
        line-height: 160%; }

.gs_conwz {
  line-height: 200%;
  margin-bottom: 20px; }
  .gs_conwz .ab_tit {
    font-size: 26px;
    color: #000; }
  .gs_conwz .abchan-tag {
    display: inline-block;
    background: url(pcat_xian.gif) repeat-x center;
    padding: 0 20px;
    font-size: 16px;
    color: #6e6e6e; }
    .gs_conwz .abchan-tag span {
      display: block;
      padding: 0 10px;
      background: #fff;
      color: darkgrey; }

.gs_wz {
  margin-top: 20px;
  line-height: 200%; }

.gs_wz p {
  line-height: 160%;
  margin-bottom: 15px; }

.chr-top {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 18px;
  margin-bottom: 20px;
  margin-top: 20px; }
  .chr-top h3 {
    font-size: 24px;
    color: #000; }
    .chr-top h3 span {
      float: right;
      color: #6e6e6e;
      margin-top: 10px;
      font-size: 14px;
      font-weight: normal; }
      .chr-top h3 span i {
        color: #000; }
      .chr-top h3 span a {
        color: #6e6e6e; }
    .chr-top h3 span a:hover {
      color: #000; }
    .chr-top h3 u {
      text-transform: uppercase;
      font-size: 16px;
      font-style: normal;
      text-decoration: none; }

.nmain_r1 {
  width: 95%;
  margin: 0 auto; }

.sygsjj {
  background: url(1_12.jpg) top center no-repeat;
  height: 558px;
  position: relative; }
  .sygsjj dl dt {
    float: right;
    width: 60%; }
    .sygsjj dl dt h3 {
      color: #000;
      font-size: 36px;
      padding-top: 150px;
      position: relative; }
      .sygsjj dl dt h3 em {
        display: block;
        color: #818181;
        font-size: 16px;
        font-weight: normal; }
      .sygsjj dl dt h3::before {
        position: absolute;
        content: "";
        width: 100px;
        height: 1px;
        left: 0;
        bottom: -10px;
        background: #ff9000; }
    .sygsjj dl dt a {
      width: 468px;
      background: url(gm.jpg) no-repeat;
      height: 46px;
      line-height: 46px;
      text-align: center;
      display: block;
      float: right;
      text-align: left;
      padding-left: 20px;
      box-sizing: border-box;
      font-size: 20px;
      color: #008aff; }
  .sygsjj dl dd {
    float: left;
    width: 20%; }
  .sygsjj .gs_con {
    width: 100%;
    margin: 50px auto 20px auto;
    overflow: hidden; }
    .sygsjj .gs_con p {
      color: #000;
      line-height: 200%; }
  .sygsjj .sygsjj_wz {
    width: 70%;
    background: #008aff;
    right: 0;
    bottom: 0;
    position: absolute; }
    .sygsjj .sygsjj_wz ul {
      height: 234px;
      display: flex;
      width: 960px; }
      .sygsjj .sygsjj_wz ul li {
        flex: 1;
        text-align: center; }
        .sygsjj .sygsjj_wz ul li img {
          display: block;
          margin: 30px auto 10px auto; }
        .sygsjj .sygsjj_wz ul li span {
          color: #fff; }

/*# sourceMappingURL=chen.css.map */
